计算机与现代化 ›› 2011, Vol. 1 ›› Issue (1): 103-3.doi: 10.3969/j.issn.1006-2475.2011.01.030

• 图像处理 • 上一篇    下一篇

基于R树的图像检索方法

王 汉,王 兵,李 悦,汤 进   

  1. 安徽大学计算机科学与技术学院,安徽 合肥 230601
  • 收稿日期:2010-09-19 修回日期:1900-01-01 出版日期:2011-01-20 发布日期:2011-01-20

Image Retrieval Based on Rtree

WANG Han, WANG Bing, LI Yue, TANG Jin   

  1. School of Computer Science and Technology, Anhui Univ., Hefei 230601, China
  • Received:2010-09-19 Revised:1900-01-01 Online:2011-01-20 Published:2011-01-20

摘要:

高维索引技术作为高维空间数据的快速查询手段,对使用高维数据的基于内容图像检索有着广泛的应用。本文提出以Guttman提出的R树结构建立存储图像的特征值的高维索引结构来提高图像检索效率。首先对R树的结构进行介绍,然后通过对比相同情况下使用线性查询和R树查询各自的查询次数和查询时间分析R树查询的优势。实验结果表明,利用R树结构可以减少图像检索的查询次数和查询时间,明显地提高图像检索的效率。

关键词: 高维索引, R树, 图像检索, 空间数据, 套接字

Abstract:

Highdimensional indexing technique, as the quick query strategy in high dimension data, has been widely used in ContentBased Image Retrieval. This paper builts a highdimensional indexing structure to store the eigenvalue of image inside using Rtree which is firstly proposed by Guttman in 1984. In order to improve the efficiency of image retrieval, this paper first introduces the structure of Rtree. Then the advantage of Rtree searching is analyzed by comparing the query times and searching time of Rtree searching and linear structure searching respectively. The experimental results demonstrate that, benefited from the Rtree structure, the query times and searching time are reduced and the efficiency are improved remarkably.

Key words: highdimensional retrieval, Rtree, image retrieval, spatial data, socket